As a user I want to be able to review the contents of the stack so that I can confirm my numbers.

UAT

  • [] 3 <enter> 4 <enter> <display> -> [3, 4]
  • [] <display> -> []
  • [] 6 <display> [6]

<--Back